home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 08r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-09  |  722 b   |  65 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   mbspritereset()
  12.   scrollMechOne(1)
  13. end
  14.  
  15. on myDown
  16.   qTHalt()
  17.   mbspritereset()
  18.   scrollMechOne(2)
  19. end
  20.  
  21. on myLeft
  22.   qTHalt()
  23.   mbspritereset()
  24.   scrollMechTwo(1)
  25. end
  26.  
  27. on myRight
  28.   qTHalt()
  29.   mbspritereset()
  30.   scrollMechTwo(2)
  31. end
  32.  
  33. on myPag
  34. end
  35.  
  36. on myDia
  37.   qTHalt()
  38.   mbspritereset()
  39.   go("localXit")
  40.   play movie "08d"
  41.   go("a")
  42. end
  43.  
  44. on myNot
  45.   mbspritereset()
  46.   go("localXit")
  47.   play movie "08p"
  48.   go("a")
  49. end
  50.  
  51. on myPho
  52.   qTHalt()
  53.   go("xit")
  54.   play movie "08p"
  55.   go("a")
  56. end
  57.  
  58. on myVid
  59.   qTHalt()
  60.   mbspritereset()
  61.   go("localXit")
  62.   play movie "08q"
  63.   go("a")
  64. end
  65.